AT-NFC  2.1 (win)
AT-NFC kernel set
nfc_includes.h
Go to the documentation of this file.
1 #ifndef NFC_INCLUDES_H
2 #define NFC_INCLUDES_H
3 
4 /* ******************************* EMV KERNEL API INCLUDES ********************************* */
8 /* ***************************************************************************************** */
9 
10 #include <emv_platform.h> /* platform-related definitions (data types, calling conventions, etc...) */
11 #include <emv_custom.h> /* customer specific definitions */
12 #include <emv_const.h> /* emv_next_lib specific constants definitions */
13 #include <emv_tags.h> /* emv recognized tags definitions */
14 #include <emv_err.h> /* nfc kernel lib API error codes (common) definitions */
15 #include <emv_context.h> /* default context definitions */
16 #include <emv_data.h> /* emv_next_lib API strcuct and service functions definitions */
17 #include <nfc_err.h> /* nfc kernel lib API error codes (nfc-related) definitions */
18 #include <nfc_outcome.h> /* nfc outcome definitions */
19 #include <nfc_ext_data.h> /* nfc external (import/export) data definitions */
20 #include <nfc_ep_data.h> /* nfc entry point data definitions */
21 #include <nfc_ker_lib.h> /* nfc kernel lib API base functions definitions */
22 #include <nfc_tags.h> /* nfc recognized tags definitions */
23 
24 #endif /* NFC_INCLUDES_H */